home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / contrastbw.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  656 b   |  26 lines

  1. @charset "utf-8";
  2. /*    Name: 1490680845
  3.     High contrast (B/W)
  4.     Copyright 2007 Opera Software */
  5. * {
  6.     color: black !important;    
  7.     background: white !important;
  8. }
  9. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
  10.     color: black !important;    
  11.     background: silver !important;
  12. }
  13. a[href] {text-decoration: underline !important;}
  14. a[href]:hover {
  15.     color: white !important;    
  16.     background-color: black !important;
  17. }
  18. a[href] img {border: thin solid black !important;}
  19. @media screen, projection, handheld, tv {
  20.     input, textarea, select {
  21.         color: black !important;    
  22.         background: #FFFFCC !important;
  23.     }
  24. }
  25.  
  26.